home *** CD-ROM | disk | FTP | other *** search
Modula Definition | 1997-05-13 | 439 b | 23 lines | [TEXT/3PRM] |
- definition module systemsettings
-
-
- import StdTuple
- import deltaFont, deltaPicture
-
-
- /* This module contains macro's to make the scrabble application platform customisable.
- */
-
-
- // For graphics:
-
- // Font information:
-
- font size :== snd (SelectFont "MS Sans Serif" [] 8)
- letterfont :== snd (SelectFont "Times" ["Bold"] 9)
- smallfont :== snd (SelectFont "Small Fonts" [] 6)
-
- // Background colour:
-
- rbBackground :== RGB 0.75 0.75 0.75
-